GetMovieActive
TheGetMovieActive
function allows your application to determine whether a movie is currently active. The Movie Toolbox services only active movies.
pascal Boolean GetMovieActive (Movie theMovie);
theMovie
- Specifies the movie for this operation. Your application obtains this movie identifier from such functions as
NewMovie
,NewMovieFromFile
, andNewMovieFromHandle
(described on page 2-80, page 2-76, and page 2-78, respectively).DESCRIPTION
TheGetMovieActive
function returns a Boolean value. The function sets this value totrue
if the movie is active andfalse
if the movie is not active.ERROR CODES
invalidMovie -2010 This movie is corrupted or invalid SEE ALSO
You can make a movie active by calling theSetMovieActive
function, which is described in the previous section.